/* example css for company select list display frame class */
.divDisplayFrame {visibility:hidden;
                  border-color:#0E6500;
                  border-width:1px !important;
                  border-style:outset !important;
                  width:400px;
                  height:220px;
                  left:35% !important;
                  top:25% !important;
                  display:table-caption !important;
                  position:absolute !important;
                  z-index:100;
                  background-color:#ffffff !important;
                  text-align:left;
                  font-size:14px;
                  -webkit-border-radius:15px;
                  -moz-border-radius:15px;
                  border-radius:15px;
                  -moz-box-shadow:5px 5px 7px 3px #888888;
                  -webkit-box-shadow:5px 5px 7px 3px #888888;
                  box-shadow:5px 5px 7px 3px #888888;
                  padding:2px;}

/* example css for company select list table class within displayFrame */
.tabCompList {border:0;}
.tabCompList caption {padding:0;}

.tabCompList h3 {padding:15px 0 5px 0;
                 font-weight: bold;
                 color:#0E6500;
                 border-width:0;}

.tabCompList td {line-height:95%;
                 font-size:14px;
                 border-width:0;}

/* company rows/columns */
.tabCompTR {}
.tabCompTD {padding-left:2px;}

/* None of the Above row/column */
.tabCompNATR {}
.tabCompNATD {padding-left:2px;}


/* example css for company select list div row class within displayFrame */
/* company name/details */
.divCompList {}
.divCompName {color:#055C6E;}
.divCompDetails {color:#606060;
                 }

/* None of the Above name/details */
.divCompNAList {}
.divCompNAName {color:#055C6E;
                font-weight:bold;
                font-size:12px;}
.divCompNADetails {}

/* example css for loading animation div */
.divLoadingFrame {left:50% !important;
                  top:30% !important;}